home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qwktxt46.zip / WHATS.NEW < prev   
Text File  |  1993-12-25  |  5KB  |  101 lines

  1. History of QWKTXT
  2. -----------------
  3.  
  4. October 26, 1990  - First official release of QWK2TXT. Released as 
  5.                     shareware. (version 1.0)
  6.  
  7. October  31, 1990 - 80286-based version released for Bob Walthers.
  8.                     (version 1.0)
  9.  
  10. November 28, 1990 - It was found that version 1.0 could not handle more 
  11.                     than 255 conferences (numbered 0 - 254). Added code 
  12.                     to handle up to 1000 conferences (numbered 0 - 999).
  13.                     (version 1.1 - internal version - not released)
  14.  
  15. December  3, 1990 - Code was slow so speeded it up a bit by optimizing 
  16.                     some sections of code. Added information regarding
  17.                     the packet's origin and such. Switched to the
  18.                     Microsoft C 6.00A compiler due to it's excellent
  19.                     optimization. (version 1.20 - not released)
  20.  
  21. December  7, 1990 - With the release of the Qmail door (4.00ß), a logic 
  22.                     error was discovered in the program. That was fixed 
  23.                     during an extended session with Microsoft's CodeView 
  24.                     debugger. (version 1.30 - not released)
  25.  
  26. December 10, 1990 - Changed an array structure which was in error. Placed
  27.                     extra packet information in MESSAGES.TXT. (i.e. BBS
  28.                     name, location, phone number, etc.) (version 1.90 -
  29.                     not released)
  30.  
  31. December 14, 1990 - Reformatted some of the strings. Added a flag which
  32.                     determines if a message is private or public. Added
  33.                     that information to the MESSAGES.TXT file.
  34.  
  35.                     Official release of version 2.0.
  36.  
  37. February 10, 1991 - Official Public Domain Release version 3.0.
  38.  
  39. October  15, 1991 - Added automatic decompression of .QWK files.
  40.                     Requires PKUNZIP.EXE to be located in the PATH.
  41.  
  42. October  26, 1991 - Added automatic detection of 4DOS so as to use
  43.                     the 4DOS del /qy *.* bit. (to clean the temporary
  44.                     subdirectory)
  45.  
  46. October  27, 1991 - Second PD release. Version 4.00.
  47.  
  48. March     1, 1992 - Removed all references to 4DOS. Wrote a function to 
  49.                     delete work files that should be compatible with DOS 
  50.                     3.3 *and* DOS 5.0. Thanks to Mike Strock for 
  51.                     his comments relating to DOS 5.0.
  52.  
  53. March    23, 1992 - Increased array size to handle more conferences. 
  54.                     We're pushing the envelope on maximum number of
  55.                     conferences here. Even with Microsoft C, the
  56.                     program won't handle more than 6,550 conferences.
  57.                     Again, thanks to Mike Strock for suggesting a higher 
  58.                     maximum.
  59.  
  60. March    28, 1992 - Third PD release. Version 4.10.
  61.  
  62. May      15, 1992 - Changed what the user sees while waiting for the 
  63.                     program to do its thing. Version 4.20. Not released.
  64.  
  65. May      26, 1992 - Experimented with an assembly language module to 
  66.                     convert the MSBIN floats to IEEE (in NDX files). It 
  67.                     was actually *slower* than the standard C version in 
  68.                     use before. Version 4.3. Not released.
  69.  
  70. June     18, 1992 - Added a subdirectory structure to the release ZIP 
  71.                     which contains a complete QWK spec. Thanks to 
  72.                     Patrick Lee for providing this one. Version 4.40. 
  73.                     Not released.
  74.  
  75. July     15, 1992 - Added automatic archive-method detection. Now can 
  76.                     handle ARC, ARJ, LHA, LHARC, ZIP and ZOO-created QWK 
  77.                     files. PAK wasn't included because it is difficult 
  78.                     to determine any difference between it and the ARC
  79.                     format. Version 4.45. Not released due to impending 
  80.                     release of Version 4.50.
  81.  
  82. July     22, 1992   Fourth PD release. Version 4.50. Made one change in 
  83.                     the automated archive handling code. Seems someone 
  84.                     didn't like using PKUNZIP. So, changed the code to 
  85.                     handle PKUNZIP or UNZIP for ZIP files.
  86.  
  87. December  1, 1993   Changed internal message header structure to more
  88.                     closely match that of the QWK format. Subject line
  89.                     was 37 characters but I find that it should be only
  90.                     25 and the other 12 are for a message password. I've
  91.                     NEVER seen a passworded message so this is probably
  92.                     obsolete but it's there for completeness. Also added
  93.                     output of password in MESSAGES.TXT.
  94.  
  95. December 20, 1993   Re-arranged some code and cleaned functions up a bit.
  96.  
  97. December 24, 1993   Split global variables into a QWKTXT46.H file and
  98.                     got rid of CC.BAT in favour of a MAKEFILE.
  99.  
  100. December 25, 1993   Fifth PD release. Version 4.60.
  101.